GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / ColorRGBtoCMY Method





In This Topic
ColorRGBtoCMY Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(156)>
Sub ColorRGBtoCMY( _
   ByVal Red As Integer, _
   ByVal Green As Integer, _
   ByVal Blue As Integer, _
   ByRef Cyan As Integer, _
   ByRef Magenta As Integer, _
   ByRef Yellow As Integer _
) 
[DispId(156)]
void ColorRGBtoCMY( 
   int Red,
   int Green,
   int Blue,
   ref int Cyan,
   ref int Magenta,
   ref int Yellow
)
procedure ColorRGBtoCMY( 
    Red: Integer;
    Green: Integer;
    Blue: Integer;
   var  Cyan: Integer;
   var  Magenta: Integer;
   var  Yellow: Integer
); 
DispIdAttribute(156)
function ColorRGBtoCMY( 
   Red : int,
   Green : int,
   Blue : int,
   Cyan : int,
   Magenta : int,
   Yellow : int
);
[DispId(156)]
void ColorRGBtoCMY( 
   int Red,
   int Green,
   int Blue,
   ref int Cyan,
   ref int Magenta,
   ref int Yellow
) 
[DispId(156)]
void ColorRGBtoCMY( 
   int Red,
   int Green,
   int Blue,
   int% Cyan,
   int% Magenta,
   int% Yellow
) 

Parameters

Red
Green
Blue
Cyan
Magenta
Yellow
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members